Welcome![Sign In][Sign Up]
Location:
Search - image thinning

Search list

[Special EffectsthinImage

Description: 二值图像的骨干化处理,能够不改变原有图像的形状特征将其进行细化。代码中白色像素点为被细化的像素点。-Using Thinning skeleton,the skeleton of binary image can be well extracted . srcimage isinput image, where the white pixels is the feature to be refined.
Platform: | Size: 2048 | Author: 夏鑫鑫 | Hits:

[2D Graphicthe-krrap

Description: Hilditch细化算法 对图象进行细化 代表图象的一维数组-Hilditch thinning algorithm for thinning image Represents the image of a one-dimensional array
Platform: | Size: 2048 | Author: xbject | Hits:

[2D Graphicpredicaieprqgressnew

Description: Hilditch细化算法 对图象进行细化 代表图象的一维数组-Hilditch thinning algorithm for thinning image Represents the image of a one-dimensional array
Platform: | Size: 2048 | Author: xbject | Hits:

[Graph program实验报告7-马杰民1030514432

Description: 1. 在GUI中,实现图像的阈值分割(交互式、迭代法)、区域生长。 2. 在GUI中,,实现二值图像的膨胀、腐蚀, 比较'结构元素类型为:square,line, diamond, disk等的区别。 3. 在GUI中,实现二值图像的开运算、闭运算。 4. 在GUI中,实现二值图像的形态学应用: 边界抽取 (boundary extraction) 区域填充 (region filling) 细化 (thinning) 粗化 (thickening) 骨架 (skeletons) 修剪 (pruning)(1., in GUI, the image threshold segmentation (interactive, iterative), region growth is achieved. 2. in GUI, to achieve expansion and corrosion of two valued images, compare the types of structural elements: square, line, diamond, disk and so on. 3. in GUI, to achieve two valued images on the open, closed operations. 4. morphological applications of two valued images are implemented in GUI: Boundary extraction (boundary, extraction) Zone fill (region, filling) Refinement (thinning) Roughening (thickening) Skeleton (skeletons) Trim (pruning))
Platform: | Size: 800768 | Author: Jamesma | Hits:

[Special EffectsImageProcess_vs2015

Description: 代码来自《精通Visual C++图像处理编程(第3版)》附盘,笔者作了一点代码补充和修改,移植到 win10 - vs2015 平台,编译运行成功。 图像处理主要功能:平滑(&F),锐化,边缘增强,边缘检测,中值滤波去噪,浮雕,油画,快速傅立叶变换,余弦变换,沃尔什-哈达玛变换,腐蚀,膨胀,开运算,闭运算,边缘提取,细化等。(Code from the "proficient in Visual C++ image processing programming (Third Edition)" attached disk, the author made a little code to add and modify, transplant to the win10 - vs2015 platform, compile and run successfully. The main function of image processing: smoothing (&F), sharpening, edge enhancement, edge detection, median filter, relief, oil painting, fast Fu Liye transform, discrete cosine transform, Walsh Hadamard transform, corrosion, expansion, opening operation, closing operation, edge extraction, thinning etc..)
Platform: | Size: 90112 | Author: ZYXFYJ | Hits:

[Graph programimageCorrection

Description: matlab图像处理,读入图片二值化,并进行细化图像(MATLAB image processing, read into the picture two values, and thinning images)
Platform: | Size: 230400 | Author: 满目潇然 | Hits:

[OpenCV二值化与细化

Description: 用于图像的二值化和细化 可以将图像的轮廓清晰的表现出来(For the two value of the image and thinning, the outline of the image can be clearly displayed)
Platform: | Size: 10534912 | Author: 花落无影 | Hits:

[Special EffectsEdge-Detection-master

Description: This project is about detecting edges using canny edge detector. The canny edge detector is implemented from scratch using c++. Steps involved in creating a canny edge detector: STEP 1: smoothen the image using gaussian blur. STEP 2: Use differential operator to find the magnitude and direction of every edge pixel. STEP 3: Non maximal supression or Thinning is done. Here the thick edges are supressed into thinner ones. STEP 4: Hysteresis Thresholding: Two thresholds are selected. pixels lower than the lowT will become zero. pixels higher than the HighT will become one. The candidate pixels will become one if they can be linked to any one of the strong pixel.
Platform: | Size: 5120 | Author: 穿山甲说 | Hits:

[MySQLmatlab指纹特征提取[1]

Description: 实现指纹图像的细化。 实现指纹图像的特征点提取。 实现特征图像的细化去伪。 编写代码实现上述功能。(The thinning of the fingerprint image is realized. The feature point extraction of fingerprint image is realized. To realize the refinement of the feature image. Write the code to implement the above functions.)
Platform: | Size: 173056 | Author: yzm1234 | Hits:

[Other指纹识别

Description: 指纹图像基于小波变换的各种处理进行了分析、总结。图像处理包括基于小波变换的指纹图像滤波处理和基于小波的指纹图像增强处理。同时介绍指纹图像的预处理:目的是去除指纹图像中的噪音,将其转化为一幅清晰的点线图,便于提取正确的指纹特征。它分四步进行,即灰度滤波、二值化、二值去噪、细化。(The fingerprint image is analyzed and summed up based on the various processing of wavelet transform. Image processing includes fingerprint image filtering based on wavelet transform and fingerprint image enhancement based on wavelet. At the same time, fingerprint image preprocessing is introduced. The purpose is to remove noise from fingerprint images, and transform it into a clear dot line graph, which is easy to extract the correct fingerprint features. It is carried out in four steps, namely, gray level filtering, two value, two value denoising and thinning.)
Platform: | Size: 4096 | Author: iip-hpc | Hits:

[Other细化算法-ThinnerRosenfeld

Description: Rosenfeld细化算法是一种并行细化算法,所得的骨架形态是8-连接的,使用于0-1二值图像。(Rosenfeld thinning algorithm is a parallel thinning algorithm. The skeleton shape obtained is 8-connected and used in 0-1 binary image.)
Platform: | Size: 1024 | Author: cmclare | Hits:

[Special EffectsGUI

Description: 首先对指纹图像进行预处理,包括图像的分割,增强,二值化,细化。对细化后的图像进行特征点的提取,最后通过细节特征匹配完成指纹的识别。(Firstly, the fingerprint image is preprocessed, including image segmentation, enhancement, binarization and thinning. The refined image is extracted by feature points, and the fingerprint recognition is completed by minutiae feature matching.)
Platform: | Size: 700416 | Author: qwerer22 | Hits:

[Special Effects手指静脉图像预处理

Description: matlab下的手指静脉图像预处理:均衡化,膨胀,腐蚀,细化,手指边缘检测,截取roi区域,尺度归一化以及灰度归一化。(Finger vein image preprocessing under matlab: equalization, expansion, corrosion, thinning, finger edge detection, interception of ROI region, scale normalization and gray normalization.)
Platform: | Size: 104448 | Author: cccllli | Hits:

[Graph program新建文件夹

Description: 张孙细化算法c++版本;输入图像为二值图像(0,1)(C + + version of Zhang sun thinning algorithm; input image is binary image (0,1))
Platform: | Size: 1024 | Author: jiaxw | Hits:

[Special EffectsMATLAB指纹识别

Description: 本文主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。 该课题为基于MATLAB的指纹识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统指纹识别不易得到高分,基本都是对指纹进行处理,而没有比对两者指纹是不是同一个人,轻易被导师被否决。因此建议做成两个指纹进行比对,输出结果,以文字和声音方式播报结果。整个设计在一个GUI界面上完成。(This paper mainly deals with fingerprint image in three aspects: image preprocessing, feature extraction and feature matching. Image preprocessing includes four steps: image segmentation, filter enhancement, binarization and thinning. After preprocessing fingerprint image, the redundant part of the original image is removed to facilitate the subsequent recognition processing; feature extraction is mainly to extract the endpoint and bifurcation points after thinning fingerprint image; feature matching is to determine two images by comparing the feature points of two fingerprint images Whether it comes from the same finger.)
Platform: | Size: 2781184 | Author: 王春水 | Hits:

[Special EffectsMATLAB指纹识别(GUI,比对两幅指纹,完美运行)

Description: 本设计为基于MATLAB的指纹识别系统。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint identification system based on MATLAB. This system mainly deals with fingerprint image in three aspects: image preprocessing, feature extraction and feature matching. Image preprocessing includes four steps: image grayscale, filter enhancement, binarization and thinning. After preprocessing the fingerprint image, the redundant part of the original image is removed for the convenience of subsequent recognition processing. Feature extraction is mainly to extract the endpoint and bifurcation points after thinning the fingerprint image. Feature matching is to determine the two images by comparing the feature points of the two fingerprint images Whether the image comes from the same finger.)
Platform: | Size: 3789824 | Author: www.wobishe.com | Hits:

[Special EffectsMATLAB指纹门禁系统GUI界面

Description: 本设计为基于MATLAB的指纹识别系统。带GUI可视化平台。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is based on Matlab fingerprint identification system. With GUI visualization platform. This design system mainly processes fingerprint image in three aspects: image preprocessing, feature extraction and feature matching. Image preprocessing includes four steps: image graying, filtering enhancement, binarization and thinning. After preprocessing the fingerprint image, the redundant part of the original image is removed to facilitate the subsequent identification processing; feature extraction is mainly to extract the refined endpoint and bifurcation point of fingerprint image; feature matching is to determine two images by comparing the feature points of two fingerprint images If it comes from the same finger.)
Platform: | Size: 3466240 | Author: MATLAB道长 | Hits:

[matlabMATLAB指纹识别[GUI界面,报警,门禁系统]

Description: 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on MATLAB feature point matching. With a GUI interface. Fingerprint image is mainly processed in three aspects: image preprocessing, feature extraction and feature matching. Image preprocessing includes four steps: image segmentation, filter enhancement, binarization and thinning. After preprocessing the fingerprint image, the redundant part of the original image is removed to facilitate the subsequent identification processing; feature extraction is mainly to extract the refined endpoint and bifurcation point of fingerprint image; feature matching is to determine the two images by comparing the feature points of two fingerprint images Is it from the same finger.)
Platform: | Size: 3682304 | Author: 可乐一生 | Hits:
« 1 2 ... 16 17 18 19 20 21»

CodeBus www.codebus.net